Post

Replies

Boosts

Views

Activity

Comment on Fatal safeAreaInsets Error on Certain iOS/iPadOS 26 Devices
Thank you for your answer. Even if I use viewSafeAreaInsetsDidChange, even within viewSafeAreaInsetsDidChange, on an SE3 device, when I rotate the screen to portrait, it outputs 0.0. When I rotate the screen to landscape, it outputs 20.0. In the iOS 18 simulator, the same code outputs 0.0 when I rotate the screen to landscape, and 20.0 when I rotate the screen to portrait. I suspect this is a bug in iOS 26.
Topic: UI Frameworks SubTopic: UIKit Tags:
Sep ’25
Comment on Continued connection failure after server connection failure while local network permission pop-up is displayed
That's right. Connect to the Webdav server using URLSession. Attempt to connect to a file server on the same network as your phone using URLSession. When connecting to the same local server, a local network permission pop-up appears, and if you fail to log in, an error message saying that the Internet connection is not available is displayed and the connection is not possible.
Dec ’24
Comment on Delete the Documents path of the app
Thank you for your reply. We do not have separate index data for files in the documentDirectory path. Since we use the FileManager API to retrieve and display the list in real time, we can display it as an update if the path has changed. We also update the documentDirectory path every time before retrieving the file list. There were no inquiries about this issue until iOS 17, but there were several similar inquiries in iOS 18.
Topic: App & System Services SubTopic: Core OS Tags:
Oct ’24